Skip to content

[13.0][MIG] sale_timesheet#2388

Merged
pedrobaeza merged 2 commits intoOCA:13.0from
ForgeFlow:13.0-mig-sale_timesheet-script
Nov 26, 2020
Merged

[13.0][MIG] sale_timesheet#2388
pedrobaeza merged 2 commits intoOCA:13.0from
ForgeFlow:13.0-mig-sale_timesheet-script

Conversation

@MiquelRForgeFlow
Copy link
Contributor

Migration of sale_timesheet.

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@pedrobaeza pedrobaeza force-pushed the 13.0-mig-sale_timesheet-script branch from 9ff9d29 to a8a0383 Compare November 26, 2020 19:33
@pedrobaeza
Copy link
Member

Fixed a problem renaming a column that needs its data instead of copying it.

@pedrobaeza pedrobaeza force-pushed the 13.0-mig-sale_timesheet-script branch from a8a0383 to cc20632 Compare November 26, 2020 19:41
@pedrobaeza pedrobaeza merged commit b2bb2d8 into OCA:13.0 Nov 26, 2020
@pedrobaeza pedrobaeza deleted the 13.0-mig-sale_timesheet-script branch November 26, 2020 19:56
@rigo1985
Copy link

rigo1985 commented May 20, 2021

Hello @pedrobaeza @MiquelRForgeFlow

I have a problem when performing a migration from o12 to o13 with this module. (sale_timesheet)

The error it gives me is the following:
openupgrade

This happens because when migrating it takes the invoices from the account.invoice of v12 (ex: id = 78) and when passing it to o13 it tries to find it with id 78 in 'account.move' when it is id 9.

account.invoice o12
acc_invoice_odoo12

account.move o13
acc_move_odoo_13

My question is how can I map the ids of the account.invoice v12 to the id account.move of v13

@pedrobaeza
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants